﻿*{
	padding: 0;
	margin: 0;
}
.container{
	width:1200px ;
	margin: 0 auto;
}
.head{
	width:1186px;
	margin:0 auto;
}
@font-face{
	font-family: xing;
	src:url(xingshu.ttf);
}
.title{
	width: 150px;
	height: 60px;
	font-family: xing;
	font-size: 25px;
	background: #8c5083;
	opacity: 0.5;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
	margin: 20px auto;
	border-radius: 10px;
	border: 2px solid #fff;
}
.title:hover{
	box-shadow: 7px 7px 5px #888888;
}
.main{
	width: 830px;
	height: 200px;
    margin: 10px auto;
    padding: 10px;
}
.main .box img{
	width: 200px;
	height: 200px;
}
.box{
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
 .box:last-child{
	margin-right: 0;
} 
.box .hov{
	width: 200px;
	height: 0px;
	background: rgba(176,196,222,0.5);
	position: absolute;
	top: 60px;
    left: 0;
    color: #fff;
    z-index: 999;
    text-align: center;
    transform: rotate(60deg);
    transition: all 0.5s;
    overflow: hidden;
}
.box:hover .hov{
	height: 80px;
	transform: rotate(0deg);
}
.box:after{
	content: "";
	display: block;
	width: 420px;
	height: 460px;
	position: absolute;
	opacity: 0.2;
	background: #999;
	transform: rotate(45deg) translate(100px,-100px);
	transition: all 0.5s;
}
.box:hover:after{
	transform: rotate(45deg) translate(-120px,-100px);
}
.box:before{
	content: "";
	display: block;
	width: 420px;
	height: 460px;
	position: absolute;
	opacity: 0.2;
	background: #999;
	transform: rotate(0deg) translate(0px,0px);
	transition: all 0.5s;
}
.box:hover:before{
	transform: rotate(45deg) translate(-310px,-100px);
} 
span{
	font-family: xing;
	padding-bottom: 10px;
}
p{
	font-family: xing;
	padding-top: 20px;
}
.main3{
	width:1186px;
	height:320px;
	background:#8c5083;
    opacity: 0.5;
	border: 1px solid #fff; 
	text-align: center;
	line-height: 70px;
}
.main3 span{
	font-family: xing;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}
.main3 p{
	font-family: xing;
	font-size: 40px;
	color: #fff;
}
.bottom{
	width: 1186px;
	height: 350px;
	text-align: center;
    line-height: 50px;
}
ul{
	list-style: none;
}
.bottom ul li i{
	color: #333;
}
.bottom ul li a{
	font-family: xing;
	text-decoration:none;
	color: #333;
	font-size: 25px;
	margin-top: 20px
}
.bottom ul li p{
    font-family: xing;
    font-size: 30px;
    color: #333;
}
.fa-envelope-o{
	margin-left: 10px;
}
.fa-cloud{
	color: #fff;
}
.fa-apple{
    margin-left: 20px;
}
.fa-qq{
    margin-left: 20px;
}
.fa-weixin{
    margin-left: 20px;
}
.fa-weibo{
	margin-left: 20px;
}